flatten
Extracts an Option nested in the Try to a not nested Option.
Return
Option nested in a Success or None if this is a Failure.
Returns Some if this Some contains a Success. Otherwise returns None.
Return
Some if this Some contains a Success. Otherwise returns None.
Returns nested List if this is Some. Otherwise returns an empty List.
Return
Nested List if this is Some. Otherwise returns an empty List.
Returns List of values of each Some in this Iterable.
Return
List of values of each Some in this Iterable.
Transforms a nested Option to a not nested Option.
Return
Option nested in a Some or None if this option is empty.
Transforms a nested Try to a not nested Try.
Return
Try nested in a Success or this object if this is a Failure.